home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / ibmtrdb.zip / IBMTRDB.NIF < prev    next >
INI File  |  1993-03-09  |  4KB  |  124 lines

  1. [IBMTRDB]
  2.  Type = NDIS_SNGL
  3.  Title = IBM LANStreamer Adapter NDIS Device Driver (IBMTRDB.OS2)
  4.  Version = 1.0
  5.  DriverName = IBMTRDB$
  6.  XPORTS = NETBEUI LANDD
  7.  COPYFILE = LT6.MSG, LT6H.MSG
  8.  
  9. [File]
  10.  Name = IBMTRDB.OS2
  11.  Path = IBMCOM\MACS
  12.  
  13. ;
  14. ; General MAC driver parameters
  15. ;
  16.  
  17. [NetAddress]
  18.  display = "Network adapter address"
  19.  type = HexString
  20.  StrLength = 12
  21.  Range = 400000000000 - 7FFFFFFFFFFF
  22.  Optional = Yes
  23.  Editable = Yes
  24.  Virtual = No
  25.  Help = "To set a locally administered address for the adapter,
  26.  type in the local address you want to use.  The local address must contain
  27.  12 hexadecimal characters and be enclosed in double quotation marks.  The
  28.  address must be within the range X'400000000000' through X'7FFFFFFFFFFF'.
  29.  If you do not assign a locally administered address, the adapter uses the
  30.  universally administered address.  NOTE: Do not assign the same local
  31.  address to more than one adapter."
  32.  
  33. ;
  34. ; MAC driver tuning parameters
  35. ;
  36.  
  37. [MaxTransmits]
  38.  display = "Maximum number of queued transmits"
  39.  type = Decimal
  40.  Default = 31
  41.  Range = 2 - 512
  42.  Optional = Yes
  43.  Editable = Yes
  44.  Virtual = No
  45.  Help = "This parameter specifies the maximum number of transmit queue
  46.   entries.  The network adapter driver allocates approximately 260
  47.   bytes for each transmit queue entry.  The value of this parameter
  48.   should be high enough to accommodate the sum of all Maximum Number
  49.   of Queued Transmits parameter values for all protocol drivers using
  50.   the adapter concurrently."
  51.  
  52. [MinRcvBuffs]
  53.  display = "Minimum adapter driver receive buffers"
  54.  type = Decimal
  55.  Default = 20
  56.  Range = 2 - 512
  57.  Optional = Yes
  58.  Editable = Yes
  59.  Virtual = No
  60.  Help = "This parameter specifies the minimum number of receive buffers
  61.   that are allocated.  The value must have the following relationship:
  62.   (Minimum Adapter Driver Receive Buffers value x Size of Adapter Driver
  63.   Receive Buffer value) > size of the largest frame on the network.
  64.   This value must be > 4500 bytes on a 4Mbps network, and > 18000 bytes on
  65.   a 16Mbps network, in order to receive a maximum length frame."
  66.  
  67. [SizWorkBuf]
  68.  display = "Size of adapter driver receive buffer"
  69.  type = Decimal
  70.  Default = 2048
  71.  Range = 96 - 18000
  72.  Optional = Yes
  73.  Editable = Yes
  74.  Virtual = No
  75.  Help = "This parameter specifies the size of each receive buffer.
  76.  Refer to the Minimum Adapter Driver Receive Buffers parameter for more
  77.  information about the value of this parameter."
  78.  
  79. [MulticastNum]
  80.  display = "Maximum number of group addresses supported"
  81.  type = Decimal
  82.  Default = 1
  83.  Range = 1 - 256
  84.  Optional = Yes
  85.  Editable = Yes
  86.  Virtual = No
  87.  Help = "This parameter specifies the maximum number of group addresses
  88.  supported by the driver."
  89.  
  90. [EnableTxEofInt]
  91.  display = "Enable the transmit end of frame interrupt"
  92.  type = Decimal
  93.  Default = 1
  94.  Set = 0, 1
  95.  Optional = Yes
  96.  Editable = Yes
  97.  Virtual = No
  98.  Help = "This parameter specifies whether the transmit end of frame interrupt
  99.  should be enabled or not. A value of 1 indicates that transmit end of frame
  100.  interrupt will be recognized by the interrupt handler. A value of 0 indicates
  101.  that the transmit end of frame should not be recognized by the interrupt
  102.  handler. A value of 0 may be desirable in some environments to reduce the
  103.  number of times the interrupt handler is invoked, such as in a server
  104.  environment."
  105.  
  106. [LoopBack]
  107.  display = "Loop back is supported by the adapter"
  108.  type = Decimal
  109.  Set = 0, 1
  110.  Optional = Yes
  111.  Editable = Yes
  112.  Virtual = No
  113.  Help = "This parameter is used to determine whether loopback is to be supported
  114.  by the adapter or to be handled by the protocol stack. If this paramter is set
  115.  to a 0, then frames transmitted by this station, that would have been received
  116.  by this station, must be looped back by the protocol stack. If this parameter
  117.  is a 1, then loopback will be handled by the adapter and frames transmitted
  118.  by this station, addressed to this station, will be received. If not
  119.  specified, loopback will be set by the driver to a 1 unless the adapter is
  120.  operating in a 16 bit bus slot, or is a 16 bit adapter, and is operating at
  121.  16 Mbps. Loopback is set to a 0 in this situation because some microchannel
  122.  machine do not have sufficient bus bandwidth to handle 16 Mbps doing
  123.  simultaneous transmits and receives."
  124.